home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
- <!DOCTYPE overlay SYSTEM "chrome://safe/locale/safe.dtd">
- <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml" align="center" buttons="extra1,extra2" buttonlabelextra2="&safe.disclose.dlg.cancelButton;" buttonlabelextra1="&safe.disclose.dlg.agreeButton;" buttonorient="horizontal" buttonalign="center" ondialogextra1="accept();" ondialogextra2="window.close();" id="safe-disclosure" screenX="10" screenY="10" persist="screenX,screenY" windowtype="safe:disclosure" width="550" height="400" title="&safe.disclose.dlg.title;">
-
- <hbox align="center">
-
- <html:iframe width="500" height="300" id="aboutiframe" src="chrome://safe/content/disclosure.xhtml" flex="1"/>
-
-
-
- </hbox>
-
- <script type="application/x-javascript">
- <![CDATA[
-
-
- function accept() {
- window.arguments[0].ok = true;
- window.close();
-
- }
-
-
- ]]>
- </script>
- </dialog>